*, html, body, ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	margin: auto;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	display: block;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, section, footer, nav, article, aside {
	display: block;
}

.wrapper-toolbar {
	box-sizing: border-box;
	height: 47px;
	min-width: 970px;
	position: relative;
	padding: 0;
	z-index: 10;
}

.wrapper-toolbar .inner-toolbar {
	max-width: 1970px;
	position: relative;
	height: 47px;
	min-width: 980px;
	margin: auto;
	padding: 0;
}

.wrapper-toolbar .recent-posts {
	overflow: hidden;
	cursor: pointer;
}

.recent-posts.active {
	background-color:#139074;
	}

.btn-posts {
	display: block;
	font-size: 14px;
	height: 47px;
	line-height: 45px;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-posts > span {
	display: inline-block;
	color:#fff;
	float:left;
	line-height: 47px;
	margin: 0 10px 0 0;
	position: relative;
	font-size: 15px;
}

.btn-posts > .fa-angle-down {
	color: #74bead;
	float: right;
	font-size: 24px;
	position: relative;
	top: 12px;
}

.wrapper-toolbar .recent-posts.active .posts-list {
	display: block;
}

.posts-list {
	display: none;
	overflow: auto;
	position: absolute;
}

.post-obj a {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 15px;
	text-decoration: none;
}

.post-obj a:hover .title-obg-post {
	text-decoration: underline;
}

.post-obj a:hover .img-obg-post img {
	opacity: .8;
}

.post-obj .img-obg-post {
	float: left;
}

.post-obj .img-obg-post img {
	margin: 0 16px 0 0;
	max-height: 75px;
	max-width: 120px;
}

.post-obj .title-obg-post {
	display: block;
	font-size: 18px;
	margin: -2px 0 5px;
	padding: 0;
}

.post-obj .desc-obg-post {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 14px;
	line-height: 140%;
}

.visitors li p {
	font-size: 12px;
	margin: 0 0 2px;
}

.icons-left {
	box-sizing: border-box;
	float: right;
	position: relative;
}

.icons-left .icon {
	float: left;
	height: 47px;
	position: relative;
	width: 47px;
}

.icons-left .icon > a {
	display: block;
	font-size: 21px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	text-decoration: none;
	width: 47px;
}

.icons-left .icon > a.active {
	background-color:#139074;	
	}

.icons-left .icon > a > img {
	display:inline;
	position:relative;
	top:3px;
}

.icon.block-report .tooltip::after {
	display: none;
}

.icons-left .icon.block-report:hover .tooltip {
	display: none;
}

.icon.active .report {
	display: block;
}

.report {
	display: none;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0 15px 20px;
	position: absolute;
	right: 0;
	top: 47px;
	width: 290px;
	z-index: 10;
}

.title-report {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 5px;
}

.report ul {
	padding: 0 5px 10px;
}

.report ul li {
	position: relative;
}

.report label {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 42px;
	padding: 0 0 0 20px;
	width: 100%;
}

.report textarea {
	width: 100%;
	resize: none;
	box-sizing: border-box;
	padding: 4px 6px;
	font-size: 14px;
	color:#fff;
	height: 106px;
	margin: 0 0 20px;
	background: inherit;
}

.report .wrp-btn {
	padding: 0;
	text-align: center;
}

.open-btn {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px;
	z-index: 1;
}

.open-btn > i {
	color: #74bead;
	font-size: 24px;
}

.dev-info {
	padding:12px 15px 28px;
	overflow: hidden;
	text-align:center;
}

.dev-title {
	color:rgba(255, 255, 255);
	color:rgba(255, 255, 255, 0.6);
	font-size:14px;
	}

.dev-title:hover {
	text-decoration:none;
	}

.icons-left .icon:hover .tooltip {
	display: block;
}

.icons-left .icon .tooltip {
	display: none;
	position: absolute;
	width: 134px;
	height: 25px;
	line-height: 25px;
	top: 57px;
	left: 50%;
	margin: 0 0 0 -67px;
	text-align: center;
	font-size: 12px;
	cursor: default;
	z-index: 10;
}

.dev-title {
	font-size: 14px;
	position: relative;
	top: 4px;
}

.dev-title > a {
	display: inline-block;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	width: 107px;
}

.dev-title > span {
	display: inline-block;
	position: relative;
	top: -3px;
}

.dev-title img {
	width: 100%;
}

.trust {
	float: right;
	height: 47px;
	position: relative;
	width: 400px;
}


.trust.active .inner-trust .name-add span {
	width: 330px;
}

.trust .inner-trust > ul > li {
	cursor: default;
	position: relative;
	height: 47px;
}

.trust .inner-trust .full-menu > ul {
	overflow: hidden;
}

.trust.active .inner-trust .full-menu {
	display: block;
}

.trust .inner-trust .full-menu {
	width:100%;
	overflow:hidden;
	height: auto;
	display: none;
	border-bottom: none;
}

.full-menu li {
	overflow: hidden;
}

.list-info {
	position:relative;
	height: 47px;
	padding: 0 30px 0 19px;
}

.active .list-info .name-add {
	display:inline-block;
}

.list-info .name-add {
	display:none;
	box-sizing: border-box;
	left: 0;
	max-width: inherit;
	padding: 0 43px 0 19px;
	position: absolute;
	top: -47px;
	width: 100%;
	font-size: 16px;
	line-height: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-info .name-add > a {
	color:#fff;
	font-size:15px;
	text-decoration:none;
}

.list-info .name-add > a:hover {
	text-decoration:underline;
}

.list-info .name-add span {
	display: inline-block;
	width: 92px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-info .info-line {
	display: inline-block;
	float: left;
	height:47px;
	line-height: 47px;
	position: relative;
	top: -1px;
}

.list-info .info-line +  .info-line {
	margin: 0 0 0 14px;
}

.list-info .info-line > p {
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	padding: 0 6px;
	width: 110px;
}

.list-info .info-line > p span {
	font-weight: bold;
	float: right;
}

.list-info-more {
	overflow: hidden;
	padding: 0 15px;
}

.list-info-more > div {
	overflow: hidden;
}

.list-info-more > div > p {
	color:rgb(255,255,255);
	color:rgba(255,255,255,.6);
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 53px;
}

.list-info-more > div > p + p {
	color:rgb(255,255,255);
	color:rgba(255,255,255,1);
	font-size: 20px;
	text-align: right;
}

.list-info-more > div > i {
	float: left;
	font-size: 38px;
	padding: 4px 8px 0 0;
}

.list-info-more > div > span {
	display: inline-block;
	font-size: 16px;
	padding: 4px 0 0;
}

.list-info-more > div > p {
	font-size: 15px;
}

.list-info-more-2 {
	overflow: hidden;
}

.list-info-more-2 > div {
	border-bottom: 1px solid #000;
	overflow: hidden;
	padding: 0 15px;
}

.list-info-more-2 > div > div {
	float: left;
	width: 50%;
}

.list-info-more-2 > div > div > p {
	line-height: 55px
}

.very-5 {
	overflow:hidden;
	padding:20px 7.5px;
	}

.vt-2 {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 7.5px;
	}

.vt-2 > div {
	background-color:#fff;
	padding:12px 19px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}

.vt-2 > div > p {
	font-size:16px;
	margin:0 0 3px;
	}

.vt-2 > div > span {
	letter-spacing:1px;
	font-size:14px;
	}

span.color-yellow {
	color:#eec136;
	}

span.color-red {
	color:red;
	}

span.color-green {
	color:#1ec368;
	}

.wrapper-button {
	overflow:hidden;
	padding:0 15px;
	}

.button-1 {
	position:relative;
	width:100%;
	display:inline-block;
	height:69px;
	line-height:69px;
	background-color:#61b5a2;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

.button-2 {
	position:relative;
	width:100%;
	display:inline-block;
	height:69px;
	line-height:69px;
	background-color:#61b5a2;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

.button-1 span {
	margin: 0 0 0 -36px;
	position: absolute;
	top: 24px;
	}

.button-1:hover, .button-2:hover {
	text-decoration:underline;
	}

.round-obj > div {
	float: right;
	height: 60px;
	position: relative;
	text-align: center;
	top: 7px;
}

.round-obj canvas {
	top: 0;
	left: 0;
	position: absolute;
}

.power-by {
	float: right;
}

.close-toolbar {
	background-color:#7bcbb9;
	color:#fff;
	display: inline-block;
	float: left;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	width: 47px;
}

.close-toolbar > img {
	display:inline;
}

.close-toolbar:hover {
	opacity: .7;
}

.wrapper-left-menu {
	cursor: pointer;
	float: left;
	position: relative;
	width: 245px;
}

.wrapper-left-menu.active .left-menu {
	display: block;
}

.btn-left-menu {
	display: inline-block;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	padding: 0 0 0 15px;
	text-align: center;
	float: left;
}

.btn-left-menu > span > img {
	width: 100%;
}

.btn-left-menu > i {
	float: left;
	line-height: 47px;
}

.btn-left-menu svg {
	position: relative;
	top: 2px;
}

.logo {
	display: block;
	float: left;
	height: 30px;
	left: 15px;
	position: relative;
	top: 8px;
	z-index: 1;
}

.logo > img {
	position: relative;
	top: 7px;
}

.left-menu {
	box-sizing: border-box;
	display: none;
	left: 0;
	padding:5px 0 15px;
	position: absolute;
	top: 47px;
	width: 100%;
}

.left-menu a {
	display: block;
	line-height: 42px;
	text-decoration: none;
}

.left-menu a span {
	margin: 0 15px;
	display: block;
}

.left-menu a:hover {
	text-decoration: underline;
}

html {
	overflow: hidden;
}

.b-site {
	top: 47px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.icon.active .report {
	display: none;
}

.trust {
	z-index: 12;
}

.report .iradio {
	display:inline-block;
	cursor:pointer;
	box-sizing:border-box;
	width:10px;
	height:10px;
	margin:-5px 0 0;
	position:absolute;
	top:50%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.iradio.checked::after {
	content:'';
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	left:50%;
	top:50%;
	margin:-5px 0 0 -5px;
}